ComponentOne ASP.NET MVC Controls
RowFields(String[]) Method

C1.Web.Mvc.Olap.Fluent Namespace > PivotPanelBuilder Class > RowFields Method : RowFields(String[]) Method
The field keys.
Sets the RowFields property.
Syntax
'Declaration
 
Public Overloads Function RowFields( _
   ByVal ParamArray fieldKeys() As String _
) As PivotPanelBuilder
public PivotPanelBuilder RowFields( 
   params string[] fieldKeys
)

Parameters

fieldKeys
The field keys.

Return Value

Current builder
Remarks
Gets the list of C1.Web.Mvc.Olap.PivotField objects that define the fields shown as rows in the output table.
See Also

Reference

PivotPanelBuilder Class
PivotPanelBuilder Members
Overload List